Blazor コントロール
AddAsync<T>(IDataCollection<T>,T) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > AddAsync メソッド : AddAsync<T>(IDataCollection<T>,T) メソッド
The data collection.
The item to be added.
Adds the specified item to the collection.
シンタックス
'宣言
 
Public Overloads Shared Function AddAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal item As T _
) As System.Threading.Tasks.Task(Of Integer)
public static System.Threading.Tasks.Task<int> AddAsync<T>( 
   IDataCollection<T> dataCollection,
   T item
)
where T: class

パラメータ

dataCollection
The data collection.
item
The item to be added.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧